    .section6 {
        padding-bottom: 60px;
        position: relative;
    }

    .Box6 {
        margin-top: 45px;
    }

    .Top6 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .List6 {
        display: flex;
        justify-content: space-evenly;
    }

    a.More6 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 120px;
        height: 40px;
        border-radius: 5px;
        background: var(--color);
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .Box6 {
        display: flex;
        justify-content: space-between;
    }

    .lt6 {
        width: 50%;
    }

    .Swiper6 {
        width: 100%;
    }

    .pagination6 {
        bottom: 15px !important;
        right: 20px !important;
        left: auto !important;
        width: 40% !important;
        display: flex;
        justify-content: flex-end;
    }

    .pagination6 span {
        width: 16px;
        height: 16px;
        background: #666666;
        opacity: 1;
    }

    .pagination6 span.swiper-pagination-bullet-active {
        background: var(--color);
    }

    .Slide6 {
        width: 100%;
        height: auto;
    }

    .img4 {
        position: relative;
        width: 100%;
    }

    .Slide6 h1 {
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 15px;
        width: 60%;
        padding: 0px 25px;
        color: #fff;
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .rt6 {
        width: 47%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        grid-gap: 10px;
    }

    .rt6 a {
        display: flex;
    }

    .tiem6 {
        border-right: 1px solid #e8e8e8;
        padding-right: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: 10px;
    }

    .tiem6 b {
        color: #333333;
        font-size: 18px;
        text-align: center;
        font-weight: normal;
    }

    .tiem6 p {
        display: block;
        color: #333333;
        font-size: 14px;
    }

    .text6 {
        display: flex;
        flex-direction: column;
        grid-gap: 5px;
        padding-left: 15px;
    }

    .text6 h1 {
        color: #333;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .text6 h2 {
        color: #666;
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    @media (max-width: 1200px) {
        .text6 h2 {
            -webkit-line-clamp: 1;
        }
    }

    @media (max-width: 720px) {
        .Box6 {
            flex-wrap: wrap;
            grid-gap: 30px;
        }

        .lt6 {
            width: 100%;
        }

        .rt6 {
            width: 100%;
        }
    }

    @media (max-width: 460px) {}

    @media (max-width: 380px) {}